From: Dominique Belhachemi Date: Wed, 24 Sep 2025 03:05:34 +0000 (-0400) Subject: Add nlohmann-json3-dev dependency X-Git-Tag: archive/raspbian/9.6.2+dfsg1-4+rpi1^2~70 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3da06ace401ec1a3e6b6b1d1e2857a3c4731a254;p=vtk9.git Add nlohmann-json3-dev dependency --- diff --git a/debian/changelog b/debian/changelog index 4652b1c98..541a66fad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ vtk9 (9.5.2+dfsg1-1~exp1) UNRELEASED; urgency=medium * New upstream version 9.5.2+dfsg1 * Bump standard to 4.7.2 + * Add nlohmann-json3-dev dependency -- Dominique Belhachemi Tue, 23 Sep 2025 16:48:13 -0400 diff --git a/debian/control b/debian/control index 5e3c36892..c6bcfa48b 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), libxpm-dev, libxt-dev, lzma, + nlohmann-json3-dev, mpi-default-dev, pkgconf, python3-dev, diff --git a/debian/copyright b/debian/copyright index 71843c1d1..ccf3cc639 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,6 +18,7 @@ Files-Excluded: ThirdParty/lzma/vtklzma ThirdParty/mpi4py ThirdParty/netcdf/vtknetcdf + ThirdParty/nlohmannjson/vtknlohmannjson ThirdParty/ogg/vtkogg ThirdParty/png/vtkpng ThirdParty/sqlite/vtksqlite diff --git a/debian/rules b/debian/rules index a28ff2c75..103eedea5 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ extra_flags += \ -DVTK_MODULE_USE_EXTERNAL_VTK_lz4:BOOL=ON \ -DVTK_MODULE_USE_EXTERNAL_VTK_lzma:BOOL:BOOL=ON \ -DVTK_MODULE_USE_EXTERNAL_VTK_netcdf:BOOL=ON \ - -DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson:BOOL=OFF \ + -DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson:BOOL=ON \ -DVTK_MODULE_USE_EXTERNAL_VTK_ogg:BOOL=ON \ -DVTK_MODULE_USE_EXTERNAL_VTK_png:BOOL=ON \ -DVTK_MODULE_USE_EXTERNAL_VTK_sqlite:BOOL=ON \